home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 13 - 1997 (partial) / 13.05 May 97 / WebObjects Overview / awake.java next >
Encoding:
Text File  |  1997-03-26  |  161 b   |  8 lines  |  [TEXT/R*ch]

  1. // Set a default value for the visitorName instance variable by 
  2. // implementing the WOComponent’s awake method.
  3.  
  4.     public awake()
  5.     {
  6.         visitorName = "David";
  7.     }
  8.